- /* srosubsi.cpp by K.Tsuru */
- // function ID = 808 BRADIX
- /*******************
- SRational class
- SRational = SInteger
- substitution operator
- ********************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SRational& SRational::operator=(const SInteger& a){
- num = a; den.SetSmall(1);
- reduceDone = true; RadixCheck();
- return *this;
- }
srosubsi.cpp : last modifiled at 2015/12/03 21:22:41(346 bytes)
created at 2016/06/26 15:57:35
The creation time of this html file is 2016/09/18 20:28:05 (Sun Sep 18 20:28:05 2016).